GoXam for WPF v3
InsertNode Method (TreeModel<NodeType,NodeKey>)
Northwoods.GoXam.Model Namespace > TreeModel<NodeType,NodeKey> Class : InsertNode Method
This method actually implements the addition of a node data to the NodesSource collection.
Syntax
protected virtual void InsertNode( 
   NodeType nodedata
)

Parameters

nodedata
Remarks
This method can be overridden in case the NodesSource sequence is not an System.Collections.IList or an IList.
See Also

Reference

TreeModel<NodeType,NodeKey> Class
TreeModel<NodeType,NodeKey> Members